home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000039_timbl _Mon Feb 17 17:32:58 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <timbl>
  2. Received: by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA18163; Mon, 17 Feb 92 17:32:58 GMT+0100
  4. Date: Mon, 17 Feb 92 17:32:58 GMT+0100
  5. From: timbl (Tim Berners-Lee)
  6. Message-Id: <9202171632.AA18163@ nxoc01.cern.ch >
  7. Received: by NeXT Mailer (1.62)
  8. To: Eelco van Asperen <evas@cs.few.eur.nl>
  9. Subject: Re: WWW LineMode browser
  10. Cc: www-talk
  11.  
  12. > From: Eelco van Asperen <evas@cs.few.eur.nl>
  13. >
  14. > I've been working on a curses-version of the line mode browser
  15. > and I think the code works reasonably well. The modifications
  16. > I made to v1.1 have now been incorporated into v1.2. Most
  17. > changes are in the form of #ifdef CURSES ... #endif.
  18. > I've also added lots of checks where malloc ea. are used to
  19. > make sure that they return a non-NULL pointer.
  20.  
  21. Great to have a curses full-screen browser!  Something we has always throught ought  
  22. to be done, but hadn't had the time.  Send me the patches, and I'll insert them  
  23. into our current code and into the next release.
  24.  
  25. > Unfortunately, the PC version keeps crashing lately; I'm not sure
  26. > if the problem is the PC-NFS toolkit or the browser code.
  27. > The program hangs when one of the PC-NFS toolkit routines tries 
  28.  
  29. > to free a memory block; this could be caused by a corrupted memory
  30. > chain. This in turn can be caused by freeing some pointer that
  31. > was not malloc'ed.  The code runs ok under Unix even when I add
  32. > the malloc-debugging library.
  33.  
  34. Sounds like a PC-sepcific bug there... but you never know. We have found something  
  35. weird with realloc() under aix but that looks like an aix bug.
  36.  
  37. > Some other points;
  38. > - a lot of files (especially *.html and *.txt files) don't end
  39. >   with a linefeed; the SCCS source code control system does not
  40. >  like this. Perhaps this can be fixed in future releases ?
  41.  
  42. I think this may be Edit on the NeXT which is happy to leave an uncompleted line on  
  43. the end of a file.  I'll have to look at it.
  44.  
  45. > - could you make context diffs from the last to the current
  46. >  release ? This would make it easier to see what has changed
  47. >  and merge those changes with the ones I've made to my copy
  48. >  of the last release.
  49.  
  50. Assuming your patches are useful -- which they certainly have been up till now,  
  51. we'll incorporate them into the release.
  52.  
  53. > So, if you are interested in my patches, please let me now and I'll
  54. > send them.
  55.  
  56.     yes please!
  57.  
  58.  
  59. __________________________________________________________
  60. Tim Berners-Lee                       timbl@info.cern.ch
  61. World Wide Web initiative             (NeXTMail is ok)    
  62. CERN                                  Tel: +41(22)767 3755
  63. 1211 Geneva 23, Switzerland           Fax: +41(22)767 7155
  64.  
  65.  
  66.  
  67. 
  68.  
  69.  
  70.